home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / -INSTRCT.DIR / Internal_7_Next Button script.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  150 b   |  8 lines

  1. on mouseDown
  2.   if the memberNum of sprite the clickOn = the number of member "NextDim" then
  3.     exit
  4.   else
  5.     doButtonHilite("goNext")
  6.   end if
  7. end
  8.